home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / HardwareProjects / i2clib38.lha / Glue / SAS-C / src / SetDelay.asm < prev   
Encoding:
Assembly Source File  |  1994-01-07  |  155 b   |  17 lines

  1.  
  2.      SECTION TEXT,CODE
  3.  
  4.     INCLUDE    "i2c.i"
  5.  
  6.     xdef    _SetDelay
  7.  
  8. _SetDelay:
  9.     move.l    a6,-(sp)
  10.     GETI2CBASE
  11.     move.l    8(sp),d0
  12.     jsr    -42(a6)
  13.     move.l    (sp)+,a6
  14.     rts
  15.  
  16.     END
  17.